Do not allow crate-type or proc-macro for [[bin]]-targets
authorLukas Lueg <lukas.lueg@gmail.com>
Mon, 19 Mar 2018 17:23:40 +0000 (18:23 +0100)
committerLukas Lueg <lukas.lueg@gmail.com>
Tue, 20 Mar 2018 15:51:03 +0000 (16:51 +0100)
commit257c23323d8b96142ddfdec61bab456fceb4f478
tree880bb2b5fe12b671cd66ba5ba1b647fe805d9c20
parentbdc6fc297c34d196bb216ef2143f7147ed322212
Do not allow crate-type or proc-macro for [[bin]]-targets
in the current workspace.

Fixes #5199.
src/cargo/util/toml/targets.rs
tests/testsuite/build.rs